home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Zoom 1
/
Zoom (1995)(Active Software, Ground Zero).iso
/
games
/
gm106.dms
/
gm106.adf
/
READ_ME_FIRST
< prev
next >
Wrap
Text File
|
1994-11-12
|
3KB
|
114 lines
FILES THAT IS INCLUDED IN THE ARCHIVE.
**************************************
- SetPatch21
- SetPatch30
- Pack
- Libs/xpkmaster.library
- Libs/compressors/xpkNUKE.library
- Libs/compressors/xpkMASH.library
- Libs/compressors/xpkIMPL.library
- Libs/lowlevel.library
- Libs/nonvolatile.library
* Pack
----
This is a small utility to compress or decompress files.
This tool can be used to pack the data file for the game
if you want to save some disk space
Usage:
Pack <file> method <packing method>
Example...
Pack MyFile method MASH
This will pack the file 'MyFile' and replace it with a
compressed version of the same file. If the file was
already packed it will skip the file.
To unpack a file use the following command...
Pack <file>
The commando 'Pack all' will unpack all the files in the
directory and all subdirectories.
* SetPatch21 (SetPatch for OS2.1)
Use this if you make a selfbooting game disk on a OS2.1
machine. Just add it in in the startup-sequence like
this:
SetPatch21 QUIET
* SetPatch30 (SetPatch for OS3.0 (AGA Machines))
Use this if you make a selfbooting game disk on a OS3.0
or later machine. Just add it in in the startup-sequence
like this:
SetPatch30 QUIET
This command will patch some function and engage the
32 bit data fetch in the AGA chips. If you don't use
this and boot from a floppy disk the graphics will not
come up alright! (Only on AGA machines!)
INSTALLING THE LIBS
-------------------
In the 'Libs' directory I have included some useful libraries
that you could install on your gamedisk or in Libs:
The libraries are...
o nonvolatile.library
-------------------
This library is for hiscore saving. Please read
the GALAGA.GUIDE for more information on how to
use this library.
o lowlevel.library
----------------
This library is for joypad handling and must be
installed in a libs directory on your system boot
disk if you want to use a joypad to control the
game.
********
* NOTE *
********
Using this library may slow down the game a
little bit. So if you have a slow machine
(68000, and only chipmemory), you may want to
on your boot disk.
o xpkmaster.library
-----------------
This library must be installed if you want to
compress some of the data files or if you are
using modules that are compressed. The sub
library for the packer type most be installed in
the compressors directory. The compressors
library most be placed in the Libs directory on
your boot disk.